xen/arm: Clear the IRQ_GUEST bit in desc->status when releasing an IRQ
authorEric Trudeau <etrudeau@broadcom.com>
Fri, 12 Jul 2013 17:30:48 +0000 (13:30 -0400)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 19 Jul 2013 11:54:15 +0000 (12:54 +0100)
commit47193a4437f18cce75230e0fb1ca3b3c78fec7b0
tree686fb64aac4470898ab6802785de396e3283895d
parent3eb214917f45e567af87605c06c28cea4208faf4
xen/arm: Clear the IRQ_GUEST bit in desc->status when releasing an IRQ

While adding support for guest domU IRQs, I noticed that release_irq did
not clear the IRQ_GUEST bit in the IRQ's desc->status field.
This is probably not a big deal since not many situations are likely to arise
where an IRQ is sometimes host and sometimes guest.

Signed-off-by: Eric Trudeau <etrudeau@broadcom.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen/arch/arm/gic.c